Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.0 #325

Merged
merged 60 commits into from
Aug 30, 2024
Merged

Release 0.3.0 #325

merged 60 commits into from
Aug 30, 2024

Conversation

fellen31
Copy link
Collaborator

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

fellen31 and others added 30 commits June 27, 2024 13:11
* bump dev version

* Update CHANGELOG.md
* add nf-test

* add ci

* update CI

* add config

* add nextflow config

* remove old comments

* Update CHANGELOG

* add stub

* review comments and test for no intervals

* formatting

* Update subworkflows/local/short_variant_calling/tests/nextflow.config

* Update conf/modules/short_variant_calling.config

* use max resources instead of hardcoding
* rework presets

* Update CHANGELOG

* Update CHANGELOG.md

* Turn off ONT repeat calling by default.

* update docs

* Update docs/usage.md

Co-authored-by: Anders Jemt <[email protected]>

---------

Co-authored-by: Anders Jemt <[email protected]>
* Add modeltype parameter

* Just allow ONT_R104 and PACBIO
* Don't allow running HiPhase with ONT data

* Update workflows/nallo.nf

Co-authored-by: Anders Jemt <[email protected]>

---------

Co-authored-by: Anders Jemt <[email protected]>
* add ont tests

* Update CHANGELOG.md

* fix hp tag

* remove tags

* Don't run hiphase

* Keep parallel_snv 1
* Remove --extra_gvcfs

* update snap

* Update CHANGELOG.md
* rework presets

* Update CHANGELOG

* Update CHANGELOG.md

* Turn off ONT repeat calling by default.

* update docs

* allow ont data with hificnv
* add nf-test for pipeline

* update test

* Update CHANGELOG.md

* Delete tests/nextflow_schema.json

* update test
* reorganise processes

* remove multisample

* update snap

* update snap

* fix more stuff

* Update conf/modules/short_variant_calling.config

Co-authored-by: Anders Jemt <[email protected]>

* Move versions under process

* update snap

---------

Co-authored-by: Anders Jemt <[email protected]>
* reorganise processes

* update snap

* update snap

* fix more stuff

* Update conf/modules/short_variant_calling.config

Co-authored-by: Anders Jemt <[email protected]>

* update snap

* test snv annotation

* test snv annotation

---------

Co-authored-by: Anders Jemt <[email protected]>
* add stranger

* Update CHANGELOG.md

* Update CHANGELOG.md

* add citation
* light refactoring of snv calling process names

* add groupKey
* change ont preset and snapshot bam reads md5

* Run mosdepth in fast mode (#250)

* change ont preset and snapshot bam reads md5

* fix merge snap
* annotate multisample

* add main
#252)

* fix duplicate snvs

* use scatter genome instead

* Update subworkflows/local/scatter_genome/main.nf

Co-authored-by: Ramprasad Neethiraj <[email protected]>

---------

Co-authored-by: Ramprasad Neethiraj <[email protected]>
* wip

* no clinical set before filtervep is working

* Reviewer comments
* parallel snv-annotation

* review comments
fellen31 and others added 4 commits August 13, 2024 20:27
* Improve non-autosomal calling in DeepVariant

* Update nextflow_schema.json

Co-authored-by: Anders Jemt <[email protected]>

* conditional haploid contigs

* Update conf/modules/short_variant_calling.config

Co-authored-by: Anders Jemt <[email protected]>

---------

Co-authored-by: Anders Jemt <[email protected]>
Copy link

github-actions bot commented Aug 14, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 14849a8

+| ✅ 167 tests passed       |+
#| ❔  20 tests were ignored |#
!| ❗   1 tests had warnings |!

❗ Test warnings:

❔ Tests ignored:

  • files_exist - File is ignored: CODE_OF_CONDUCT.md
  • files_exist - File is ignored: assets/nf-core-nallo_logo_light.png
  • files_exist - File is ignored: docs/README.md
  • files_exist - File is ignored: docs/images/nf-core-nallo_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-nallo_logo_dark.png
  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • files_exist - File is ignored: conf/modules.config
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • files_unchanged - File ignored due to lint config: CODE_OF_CONDUCT.md
  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.yml
  • files_unchanged - File ignored due to lint config: assets/nf-core-nallo_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-nallo_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-nallo_logo_dark.png
  • files_unchanged - File ignored due to lint config: docs/README.md
  • files_unchanged - File ignored due to lint config: .gitignore or .prettierignore
  • modules_config - modules_config

✅ Tests passed:

Run details

  • nf-core/tools version 2.14.1
  • Run at 2024-08-29 09:19:16

* Split vep plugins into vep cache and vep plugins

* review comments

* Keep SpliceAI in tests
@fellen31 fellen31 closed this Aug 15, 2024
fellen31 and others added 8 commits August 15, 2024 15:49
@fellen31 fellen31 reopened this Aug 15, 2024
@jemten jemten marked this pull request as ready for review August 19, 2024 14:36
@jemten jemten requested a review from a team as a code owner August 19, 2024 14:36
peterpru
peterpru previously approved these changes Aug 26, 2024
Copy link
Member

@peterpru peterpru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me 👍

docs/README.md Outdated Show resolved Hide resolved
docs/output.md Outdated Show resolved Hide resolved
Co-authored-by: Peter Pruisscher <[email protected]>
peterpru
peterpru previously approved these changes Aug 27, 2024
@fellen31 fellen31 merged commit 1453238 into master Aug 30, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants